/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ===============  Default Adjustments  =============== */

body { }

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

/** FIX Google Search Results **/
.gsc-resultsbox-visible img[src*="gstatic.com/"] {
	max-width:100% !important;
}

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.element-invisible,
.visuallyHidden,
.visually-hidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:focus, .visually-hidden:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.skip { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.skip:focus, .skip:active { clip: auto; color:#fff; height: auto; margin: 0; overflow: visible; padding:10px; text-align:center; background:#1f3b62; width:100%; border: 1px dashed #fff; z-index:1001;}

.a11y-instructions:focus {position:fixed; top:0; left:0; width:100%; background:#1f3b62; color:#fff; padding:10px; border:1px dashed #fff; text-align:Center; z-index:1001;}
.a11y-instructions p:last-child {margin:0px;}

.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.important { color:red; font-weight:bold; text-transform:uppercase; }



/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note {font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }

/* GOOGLE MAP IMAGES */
.gm-style img {
	max-width: initial !important;
	height: initial !important;
}

.figure-right {display:table; max-width:100%; float:right; margin:0 0 15px 20px;  border-top:3px solid #000; border-bottom:3px solid #000; padding:5px 0; max-width:50%;}
.figure-left  {display:table; max-width:100%; float:left; margin:0 20px 15px 0; border-top:3px solid #000; border-bottom:3px solid #000; padding:5px 0; max-width:50%;}
.figure-right figcaption,
.figure-left figcaption {margin-top:7px; display:block; caption-side:bottom; font-size:0.9em;}

.figure-right img,
.figure-left img {
    display: block;
    width: 100%;
}

.figure-right p,
.figure-left p {margin:0;}

@media only screen and (max-width:29.9rem){
	.figure-right,
	.figure-left {
		float:none;
		margin:0 auto 1rem auto;
		max-width:100%;
		text-align:center;
	}
}

/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }

h1, .h1 {font-size: 2rem; margin:0 0 1rem 0;}
h2, .h2 {font-size: 1.7rem; margin:0 0 1rem 0;}
h3, .h3 {font-size: 1.5rem; margin:0 0 1rem 0;}
h4, .h4 {font-size: 1rem; margin:0 0 1rem 0;}
h5, .h4 {font-size: 1rem; margin:0 0 1rem 0;}
h6, .h6 {font-size: .9rem; margin:0 0 1rem 0;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {line-height:normal; font-weight:bold;}

@media only screen and (min-width:48em){
	h1 {font-size: 2.5rem;}
	h2 {font-size: 2rem;}
	h3 {font-size: 1.5rem;}
}

h1 {color:#981b1e;}

/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#0072b9; text-decoration:underline; }
a:hover, a:active, a:focus { color:#0072b9; text-decoration:none; }
a:active, a:focus { outline:1px solid #78aeda; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }

/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }

.svg-legend {height: 0; position: absolute; top: -999em; width: 0; }
svg.icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor;}

/* ## Focus Overlay - Advanced Focus States - It is still important to add basic css focus states for when no JS is active ## */
#focus-overlay {
    display: none;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 0 3px 2px #78aeda;
    transition: all 0.2s cubic-bezier(0, 1, 0, 1);
}

#focus-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 0 2px 1px #008cff, 0 0 2px #008cff inset;
    transition: all 0.1s ease-out;
}

#focus-overlay.focus-overlay-active {
    display: block;
}

#focus-overlay.focus-overlay-animating::after {
    opacity: 1;
}

.focus-overlay-target {
    outline: none;
}

.skip a { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; text-align:center;}
.skip a:focus {position:static; width:auto; height:auto; background:#444444; color:#ffffff; font-weight:bold; display:block; padding:10px;}


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
html, body {overflow-x:hidden; color:#000000;}
body {background:#fff; }
.main-body {
    font-family: 'Merriweather', serif;
}
.container {border:1px solid #dddddd; }
.site-body {line-height:1.5; padding-bottom:1rem;}

/* ==========================================================================
   Typography
   ========================================================================== */


/* ==========================================================================
   Layouts
   ========================================================================== */

.table-layout {}
.table-layout .table-cell {background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.table-layout .table-cell .inner {padding:10px; }
.table-layout.with-overlay .table-cell {padding:10px;}
.table-layout.with-overlay .table-cell .inner {background:rgba(255,255,255,.7); padding:20px; }
.table-layout .table-cell img.set-as-background {display:none;}



/* ==========================================================================
   Global Modules - Most modules use the same setup and changing below changes each one. 
   If global, change here, if specific, change via events.css, news.css etc. 
   ========================================================================== */

.mod { position: relative; margin:0 0 1em;}

.title { position: relative; margin: 0 0 1em; }
.title a {text-decoration:none;}
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.mod-head {position:relative;}
.mod-head .title {}
.mod-head .more {position:absolute; right:0px; top:0px;}

.mod-content {}

.mod-rail {border:1px solid #dddddd; }
.mod-rail .mod-head {background:#eeeeee; border-bottom:1px solid #dddddd;}
.mod-rail .mod-head .title {padding:10px; margin:0;}
.mod-rail .mod-content { padding:10px;  font-size:.875em;}
.mod-rail .more {border-top:1px solid #dddddd;}
.mod-rail .more a {display:block; background:#eeeeee; padding:10px; text-decoration:none; text-align:center;}
.mod-rail .more a:hover,
.mod-rail .more a:focus {background:#dddddd;} 

/* Item Lists Content
   ========================================================================== */

.item-list { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	padding: 1em 0; 
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {display:table-cell;}

.content .title { margin:0; }
.item-list .content p { margin: 0; }
.content .date {display:block; font-weight:bold;}


/* Item Media
   ========================================================================== */

.aside {
	text-align:center;
	padding:0 0 10px;
}

.aside.date-icon {
	display: table-cell;
	padding: 0 15px 0 0;
}

.date-icon .date {
	border:1px solid #888;
	background:#888;
	font-weight:bold;
	text-align:center;
	width:50px;
}
.date-icon .date .month {
	font-size:.875em;
	padding:5px;
	color:#fff;
}
.date-icon .date .day {
	padding:10px 5px;
	background:#fff;
}



figcaption,
.credit,
.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media only screen and (min-width:30em){
	
	.item { 
		display: table;
		padding: 1em 0; 
		width: 100%;
		border-top: 1px solid #ccc; 
	}
	.item > .content {
		display: table-cell;
		width: 100%;
		vertical-align: top;
	}
	.aside { 
		display: table-cell;
		padding: 0 15px 0 0; 
		min-width:115px !important;
	}
    .aside img {
        max-width:100px !important;
		
    }

}

@media only screen and (min-width:48em) {

    .item .item-block {
        display: table-cell;
        vertical-align: top;
        padding:0 10px 0 0;
    }
    .item .item-block:last-child {padding:0;}
}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter {
	padding: 1em;
	background: #112e51;
    margin:0 0 1em;
	color:#fff;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

.filter .btn {
	background:transparent;
	border:1px solid #fff;
	padding:6px 30px;
}

.filter .filter-btn {text-align:center;}


/* Pagination
   ========================================================================== */

.paging {
	
}

.sort-status {
    font-size:.875em;
    margin:0 0 1em;
}

.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}




/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	border: 1px solid #FE0000; 
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;	
	color: #000;
	background-color: #FEFF99;	
}
.alert a { color:#000; }

.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #d8d8d8;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror,
.fielderror .formee-lbl, 
.fielderror label {color:#cc0000 !important;}
.fieldnorm {width:16px; height:35px;}
.fieldreq {width:16px; height:35px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center center;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:35px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center center;}
 span.fieldred {padding:0 6px; background-position:center center;}

.fieldreq, 
.fieldred {position:absolute; left:-6px;}

 
/* ##  Tooltip Classes  ## */
.tooltip{display: inline-block;}
.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.generic-pager {margin:0 0 1em;}
.generic-pager ul {list-style-type: none; margin:0; padding:0;}
.generic-pager li {display:inline-block; margin:0 3px 5px 0; font-size:.875em; font-weight:bold;}
.generic-pager li a {display:inline-block; color:#444444; padding:6px 10px; background:#cccccc; text-decoration:none; }
.generic-pager li a:hover, .genericPager li a:focus { color:#333333; background:#aaaaaa; text-decoration:none; }
.generic-pager li.nolink {color:#fff; background:#444444; padding:6px 10px;}
.generic-pager li.active {color:#fff; background:#444444; padding:6px 10px;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.site-overlay {
	position:relative;
	max-width:800px;
	margin:0 auto;
	background:#ffffff; 
	overflow:hidden;

    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.site-overlay .overlay-content {padding:15px;}


/* Legacy Overlay */
.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}


/* =================================================================
   MODULE STYLES - No Specific home for these yet
===================================================================*/

.breadcrumb-container {background:#fff; border-bottom:1px solid #ddd; padding:10px 0; margin:0 0 1rem 0;}

/* ##  Breadcrumb  ## */

.breadcrumbs {padding:0; float:left;}
.breadcrumbs a, .breadcrumbs a:visited {text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; font-weight:bold;}
.breadcrumbs .seperator {padding:0 4px; display:inline-block;}

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {float:right; display:inline; padding:0; text-align:right;}
.page-tools-wrapper a {text-decoration:none;}
.page-tools-wrapper a:hover, .page-tools-wrapper a:focus {text-decoration:underline; }
.page-tools-wrapper  .addthis_toolbox { float:right; display:inline; }
.page-tools-wrapper  .addthis_toolbox a,
.page-tools-wrapper  .addthis_toolbox a:link,
.page-tools-wrapper  .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

.page-tools-wrapper .icon-print {font-size:22px; vertical-align:top;}

@media only screen and (max-width:47.9em){
	.page-tools-wrapper	{display:none;}
}

/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }

.prntBdyWrpr {width:660px; text-align:left; margin:0 auto; z-index:1;}
.prntCorMain {}
.prntFtrWrpr {font-size:14px; border-top:1px solid #ccc; padding-top:10px; text-align:center;}
.prntFtrWrpr p {margin:0;}

/* ## FAQ ## */

.faq-wrapper {}
.faq-wrapper h2 {}
.faq-wrapper .category-header {}
.faq-wrapper .question-list {list-style-type:none; padding:0px; margin:0 0 20px 10px; position:relative;}
.faq-wrapper .question-list:before {position:absolute; content:''; height:100%; width:1px; left:0; top:-10px; background:#ccc;}
.faq-wrapper .question-list li {position:relative; padding:0 0 0 20px;}
.faq-wrapper .question-list li:before {position:absolute; content:''; width:10px; height:1px; left:0; top:10px; background:#ccc;}
.faq-wrapper .faq-block {}

/* =================================================================
                  Carousel STYLES - Slick
===================================================================*/


.carousel {margin-bottom:20px !important; }
.carousel .carousel-item {padding:0 10px;}
.carousel .slick-prev,
.carousel .slick-next {position:absolute; bottom:0px;}
.carousel .slick-prev {left:0px;}
.carousel .slick-next {right:0px;}

.carousel .slick-dots {margin:10px 0 0; padding:0px; list-style-type:none; text-align:center;}
.carousel .slick-dots li {display:inline-block; margin:0 2px;}
.carousel .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:12px; height:12px; padding:0px; background:#dddddd; border:1px solid #cccccc; -webkit-border-radius: 20px; border-radius: 20px;}
.carousel .slick-dots li.slick-active button {background:#aaaaaa;}



/* =================================================================
                  Responsive Tabs
===================================================================*/


.tab-module {}


/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-1px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	border:1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-5px;
	margin:0 0 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {position:absolute; content:''; right:10px; top:15px; border-top:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {border-top:0px; border-bottom:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}




/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	
	.header-top,
	.main-nav-container,
	.footer-links,
	.breadcrumbs,
	.header-slideshow,
	.session,
	.cpp_controls,
	.cpp_tab_wrap	{
		display:none !important;
	}
	
	.site-logo {
		width:150px !important;
		background:#000 !important;
		position:relative !important;
		margin:0 !important;
	}
	
	.container {
		border-style:none !important;
	}
	
	.one-column {
		padding:0 !important;
	}
	
	.footer {
		padding:10px 10px 0 10px !important;
	}
}


/* ## Button Styles ## */

.btn-wrapper { display:inline-block; text-decoration:none !important; }
.btn, a.btn { display:inline-block; margin:0; padding:6px 16px; font-weight:normal; color:#fff; background:#999999; border:0; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; }
.btn:hover,
.btn:focus {background:#666666;}

.btn-alt {}
.btn-alt .btn{color:#666666; background-color:#cccccc ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}


.btn-large .btn {padding:5px 10px; font-size:1.4em;}

.btn-full-width {display:block;}
.btn-full-width .btn {display:block; padding-left:0; padding-right:0; }
.btn-full-width input.btn { width:100%; }


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btn-wrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}

/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.table-wrapper {overflow:auto; }
.data-table {
	widtH:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;
}
.data-table tr {border-bottom: 5px solid #ddd; background: #f4f4f4;}
.data-table th {font-size:18px; background:#981b1e; padding:6px 15px; border-bottom:5px solid #937e15; color:#fff;}
.data-table th a {color:#fff; text-decoration:underline;}
.data-table td {vertical-align:top; padding:6px 15px;  }
.data-table td td {border-style:none;}

.no-alt-rows.data-table tr:nth-child(odd) {background:#fff;}

/* ## NEW Limit Text Box ## */

.limitTextBox {width:100% !important; margin:0 0 1em;}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;
}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { vertical-align:top; margin:0px !important;}
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }


/* =================================================================
                        Media Queries
===================================================================*/

.responsive-table {
	display: table;
	border-collapse:collapse;
	table-layout: fixed;
	margin:0 auto 1rem auto;
	width:100%;
}
.responsive-table tr {vertical-align:top;}

.responsive-table th,
.responsive-table td {padding:6px 10px;}

.layout-auto {table-layout:auto !important;}

@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	.page-tools-wrapper {display:none;}
		
	body:not(.cke_show_borders) .responsive-table th {display:none;}
	body:not(.cke_show_borders) .responsive-table td {border-style:none;}
	
	body:not(.cke_show_borders) .responsive-table,
	body:not(.cke_show_borders) .responsive-table thead,
	body:not(.cke_show_borders) .responsive-table tbody,
	body:not(.cke_show_borders) .responsive-table tr,
	body:not(.cke_show_borders) .responsive-table td {
		display:block;
		width:100%;
	}
}

@media only screen and (min-width:48em){

    /* Content and layout modifiers */
    .d-align-right {text-align:right;}
    .d-align-left {text-align:left;}

    /* ==========================================================================
       Layouts
   ========================================================================== */

    .table-layout {display:table; width:100%; table-layout:fixed;}
    .table-layout .table-cell {display:table-cell; vertical-align:middle;}
    .table-layout .table-cell .inner {display:inline-block; width:100%; max-width:40em; /* half of container width */}
    .table-layout .table-cell:first-child {text-align:right;}
    .table-layout .table-cell:first-child .inner {text-align:left;}

    .table-layout.full-width .table-cell .inner {max-width:2000px;}

}

/* ## Site Header ## */
.site-header {position:relative; z-index:1000; margin:0; background:#112e51; }
.site-header > .inner {padding:60px 0 15px; background:#fff;}
/* static containers to account for header buttons on mobile - allows absolute positioning to the header */
.site-header .container, .site-header [class*="grid-"] {position:static;}

.header-links {text-align:right; color:#fff; padding-left:100px;}
.header-links a {margin:0 1px; text-decoration: none; white-space:nowrap;}
.header-links .sep {display:none;}
.header-links a:hover, .header-links a:focus, .header-links a:active {text-decoration:underline;}
.header-top .header-links {display:none;}
.extra-link {padding:10px; display:block; border-top:1px solid #fff;}
.extra-link.sep {display:none;}
.extra-link:nth-last-child(5) {
	display:none;
}

.header-links .icon-home {font-size:18px; position:relative; top:-2px; vertical-align:top;}

.extra-link.has-sub:after {display:none !important;}

.site-search {position:absolute; width:100%; top:46px;z-index:1;}
.site-search .search-trigger {position:absolute; top:-46px; left:45px; font-size:1.6em; padding:0; border:0px; width:50px; height:46px; background:#112e51; color:#fff; z-index:2; text-align:center; cursor:pointer;}
.site-search .search-trigger:hover, .site-search .search-trigger:focus, .search-active .site-search .search-trigger {background:#80031d;}
.site-search .search-trigger > * {padding-top:9px; display:inline-block; width:36px; height:36px;}
.site-search .inner {display:none; position:absolute; background:#80031d; bottom:-52px; left:-10px; padding:5px; width:100%; }
.search-active .site-search .inner {display:block;}
.site-search .formee input[type="text"] {margin:0px;}
.site-search .btn {position:absolute; right:5px; top:8px; height:34px;}
@media only screen and (min-width:60em){
	.site-search .btn {position:absolute; right:0; top:0px;}
}

/* =================================================================
                        Media Queries
===================================================================*/


@media only screen and (min-width:60em){

	.site-header .container, .site-header [class*="grid-"] {position:relative;}
	
	.header-links a {display:inline-block;}
	.header-links .sep {display:inline-block;}
	.header-top .header-links {display:inline-block; margin-top:13px;}
	.extra-link {display:none;}
	
	.site-search {position:static; width:auto; top:auto;}
	.site-search .inner {display:block; background:none; position:relative; bottom:auto; left:auto; padding:0px; max-width:220px;}
	.site-search .search-trigger {display:none;}

}


/* ## footer ## */

.footer {background:#112e51; padding:3rem 1rem 2rem; border-top:8px solid #7a032a; text-align:center; color:#fff;}

.footer-links {margin:0 0 15px; font-family: Verdana, Geneva, sans-serif; }
.footer-links ul {margin:0px; padding:0px; list-style-type:none;}
.footer-links ul li {margin:0; display:inline-block; border-left:1px solid #fff; line-height:10px;}
.footer-links ul li:first-child {border-left:none;}
.footer-links a {color:#fff; text-decoration:none; text-transform:uppercase; font-weight:bold; font-size:12px; padding:0 10px; display:block; }
.footer-links a:hover,
.footer-links a:focus {text-decoration:underline;}

.copyright {font-size:.75em;}

span.ext {
    background: url(/cms/images/extlink_s.png) 2px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
}

.follow-us {}
.follow-us a {text-decoration:none; color:#555; display:inline-block; font-size:1.8em; }
.follow-us a:hover,
.follow-us a:focus {color:#333;}

.header-top {
	padding:6px 10px;
	z-index:10;
	position:relative;
}

.header-top a {
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	display: inline-block;
	border: 2px solid transparent;
}
	.header-top .social a:hover, .header-top .social a:focus { border-radius: 12px; border-color: #fff; }
	.header-top .social a:hover img, .header-top .social a:focus img { opacity: .7; }


@media only screen and (min-width:60em){
	.header-top {
		display:table;
		float:right;
	}
	.header-top > div {
		display:table-cell;
		vertical-align:middle;
		text-align:right;
		padding:0 6px;
	}
}

.header {
	position:relative;
	clear:both;
}

.site-logo {
	display:block;
	width:290px;
	margin:0 auto;
	z-index:9;	
	position:absolute;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#112e51+0,112e51+100,112e51+100,112e51+100&1+0,0.67+77,0+100 */
	background: -moz-linear-gradient(left,  rgba(17,46,81,1) 0%, rgba(17,46,81,0.67) 77%, rgba(17,46,81,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(17,46,81,1) 0%,rgba(17,46,81,0.67) 77%,rgba(17,46,81,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(17,46,81,1) 0%,rgba(17,46,81,0.67) 77%,rgba(17,46,81,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112e51', endColorstr='#00112e51',GradientType=1 ); /* IE6-9 */
}

@media only screen and (min-width:60em){
	.site-logo {
		top:-57px;
		width:286px;
		height:327px;
	}
}

@media only screen and (min-width:65em){
	.site-logo {
		width:351px;
	}
}

/*
@media only screen and (min-width:60em){
	.site-logo {
		position:absolute;
		top:-55px;
	}
}

@media only screen and (min-width:65em){
	.site-logo {
		width:345px;
	}
}
*/

.pg-title {margin:0; padding:10px 10px; font-size:1.1em; font-weight:bold; background:#112e51; color:#fff; position:relative;}

ul.lnav {margin:0 0 2rem 0; padding:0; list-style-type:none; font-family:inherit;}
ul.lnav li {border-bottom:1px solid #ddd;}
ul.lnav li:last-child {border:0px;}
ul.lnav a {font-weight:normal; display:block; padding:8px 10px; text-decoration:none;font-family:inherit;}
ul.lnav a:hover, 
ul.lnav a:active,
ul.lnav a.on {background:#7a032a; color:#fff;}

ul.lnav ul  {margin:0; padding:0; list-style-type:none;}
ul.lnav ul li {border:0px;}
ul.lnav ul a {padding:5px 10px 5px 20px; font-size:.875em;}
ul.lnav ul a:hover, 
ul.lnav ul a:active {text-decoration:underline;}

.social {text-align:right;}

.eventsModuleTheme .viewType {display:none;}

.filter a,
.filter .formee-lbl,
.filter .formee label,
.filter .formee legend {
	color:#fff;
}

.filter .formee fieldset {
	margin:0;
	height:auto;
	background:transparent;
	padding:0;
}
.filter .event-type {
    margin: 0;
}

.monthYearDropdowns {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.monthYearDropdowns > span {
    margin: 0 6px;
}

.monthYearDropdowns select {
    margin: 0;
}

@media (min-width: 48em) {
    .filter .event-type {
        margin: 35px 0 0 0;
    }
}

.date-picker input {width:120px !important;}

.map-totals .total-events span {white-space:nowrap; display:inline-block; margin-right:20px;}

@media only screen and (min-width:48em){
	.map-totals {display:table; width:100%;}
	.map-totals > div {display:table-cell;}
	.map-totals > div:last-child {text-align:right;}
}

.eventsCalendarItem {
	padding:10px 0;
	border-bottom:1px solid #dddddd;
}

.eventsCalendarItem .time,
.eventsCalendarItem a {display:block;}

@media only screen and (min-width:48em){
	.eventsCalendarItem .time,
	.eventsCalendarItem a {display:inline-block;}
	.eventsCalendarItem .time {width:30%;}
	.eventsCalendarItem a {width:68%; padding-left:20px;}
	
	.newsPhotoRight {display:table; max-width:100%; float:right; margin:0 0 10px 20px;  border-top:3px solid #000; border-bottom:3px solid #000; padding:5px 0; max-width:50%;}
	.newsPhotoRight .captionWrpr {margin-top:5px; display:table-caption; caption-side:bottom; font-size:0.9em;}
}

.map-legend {
	border: 1px solid #333; 
	margin: 10px auto; 
	padding: 1rem;
}

.gmap {
	width: 100%; 
	height: 500px;
	margin: 10px auto;
}

/* international listing */
.int-partner-list {width: 325px; border:1px solid #ccc;box-sizing: border-box;}
.int-partner-list .int-partner {display: flex; align-items: center; justify-content: space-between;padding: 5px 10px;}
.int-partner-list .int-partner:nth-child(even) {background: #f1f1f1}
.int-partner-list .int-partner-count {color: #A31B1E; font-size: 1.2em;}


@media only screen and (min-width:48em){
	.news-filter-search-btn,
	.news-filter-search-type {
		margin-top:34px;
		display:inline-block;
	}
	
	.news-filter select {
		margin-bottom:0 !important;
	}
}

/* Photo Gallery New */

.gallery-listing {}
.gallery-listing h3 {background:#32312F; color:#ffffff; padding:5px 10px; margin:0 0 15px;}
.gallery-listing .gallery-item {height:240px; position:relative; margin:0 0 20px; background-size:cover; background-position:50% 50%; border:1px solid #cccccc;}
.gallery-listing .gallery-item-link {display:block; width:320px; height:240px;}
.gallery-listing .gallery-item img {display:none;}
.gallery-listing .gallery-item-overlay {background:rgba(0,28,67,.8); color:#ffffff; position:absolute; bottom:0px; left:0px; width:100%; padding:10px 10px 0 10px; margin:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.gallery-listing .gallery-item .title {display:block; margin:0 0 10px;  font-weight:bold;}
.gallery-listing .gallery-item .desc {display:none; font-size:.875em; margin:0 0 10px;
    -webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear; 
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}


.gallery-listing .gallery-item-link:hover .gallery-item-overlay,
.gallery-listing .gallery-item-link:focus .gallery-item-overlay {background:rgba(0,28,67,1);} 

@media only screen and (min-width:48em) {
     
	.gallery-listing .gallery-item .desc {display:block; max-height:0px; margin:0px; overflow:hidden;} 
    .gallery-listing .gallery-item-link:hover .desc,
    .gallery-listing .gallery-item-link:focus .desc {max-height:106px; padding:0 0 10px;}

	.mod_gallery_pager {display:table; width:100%;}
	.gallery_filter {width:auto;}
	.mod_gallery_pager > div {display:table-cell; vertical-align:top; padding-right:20px;}
	.mod_gallery_pager > div:last-child ul {float:right;}
	.mod_gallery_pager .pager-btn {margin-top:35px;}
}

.photo-gallery-details .photo-gallery-toolbar {margin:0 0 20px;}

/* Photo Gallery */

.mod_gallery_pager {margin:0 0 1rem 0; overflow:auto;}
.mod_gallery_pager ul.pages {list-style-type:none;}
.mod_gallery_pager ul.pages li {color:#600; margin: 0 5px 0 0; float:left; padding:4px; text-decoration:none;}
.mod_gallery_pager ul.pages li:hover {color:#003871;}
.mod_gallery_pager ul.pages li.pgEmpty {color:#333;}
.mod_gallery_pager ul.pages li.pgCurrent {color:#6A654C;}

.mod_gallery_landing {overflow:hidden;}
.mod_gallery_landing .mod_all_galleries ul {border-bottom:1px solid #DDD; list-style:none; margin:0; overflow:hidden; padding:15px 0;}
.mod_gallery_landing .mod_all_galleries ul li {display:block; float:left; height:315px; width:199px; margin:0 0 15px; padding:0 10px 5px; border-bottom:1px solid #e1dcc8; overflow:hidden;}
.mod_gallery_landing .mod_all_galleries p {margin:0;line-height:1.2em;}
.mod_all_galleries .galleryItem .galleryItemThumb img {border:3px solid #DBD8C7;}
.mod_all_galleries .galleryItem .galleryItemTitle {color:#600; font-family:Georgia; font-style:italic; font-weight:bold; margin-top:5px;}
.mod_all_galleries .galleryItem .galleryItemDate {font-size:0.9em; font-weight:bold; margin-top:5px; color:#000;} 
.mod_all_galleries .galleryItem .galleryItemRating {font-size:1em; font-weight:bold; margin-top:5px;}
.mod_all_galleries .galleryItem .galleryItemShortDesc {margin-top:10px; font-size:0.9em;}
.mod_featured_galleries { margin: 10px 0; padding: 13px 0 0 60px; width: 530px; height: 217px; background: url(/cms/images/backgrounds/bg_featured_galleries.png) no-repeat; }
.mod_featured_galleries ul { margin:5px 20px 15px 0; padding:0; list-style-type:none; float:left; border-top:1px solid #bdbdbf; display: inline; }
.mod_featured_galleries ul li { margin:0; padding:0; width:230px; list-style-type:none; border-bottom:1px solid #bdbdbf; background:url(/cms/images/bullet.gif) 10px 12px no-repeat; overflow: hidden; }
.mod_featured_galleries ul li a { padding:8px 0 8px 20px; color:#1b48a2; font-weight:bold; display:block; }

.mod_photo_select .photo_pag { margin-bottom: 1px; padding: 0 10px; height: 23px; line-height: 23px; border-bottom: 1px solid #e9e5cf; background: #fff; text-align: center;}
.mod_photo_select .photo_pag .left_but { float: left; width: 36px; }
.mod_photo_select .photo_pag .circles { float: left; text-align: center; }
.mod_photo_select .photo_pag .right_but { float: right; width: 36px; }
.mod_photo_select .photo_pag * { vertical-align: middle; }
.mod_photo_select ul.gallery_photosHoriz { padding:0; list-style-type:none; margin:20px 0px 0px 30px;}
.mod_photo_select ul.gallery_photosHoriz li { margin: 0 0 15px; padding-left:0; list-style-type:none; width: 133px; float: left; display: inline; text-align: center; overflow: hidden; }
.mod_photo_select ul.gallery_photosHoriz li.padme { padding-left: 20px; }
.mod_photo_select ul.gallery_photosHoriz li img { padding: 3px; border: 1px solid #e9e5cf; }
.mod_photo_select ul.gallery_photosHoriz li img.active { padding: 2px; border: 2px solid #ab0534; }

.mod_photo_select ul.gallery_photos { margin: 13px auto; padding:0; width: 286px; list-style-type:none; }
.mod_photo_select ul.gallery_photos li { margin: 0 0 15px; padding-left:0; list-style-type:none; width: 133px; height: 102px; float: left; display: inline; text-align: center; overflow: hidden; }
.mod_photo_select ul.gallery_photos li.padme { padding-left: 20px; }
.mod_photo_select ul.gallery_photos li img { padding: 3px; border: 1px solid #e9e5cf; }
.mod_photo_select ul.gallery_photos li img.active { padding: 2px; border: 2px solid #ab0534; }

#mod_photo_viewer {  }
#mod_photo_viewer .photo_num { padding: 10px 10px 0 0; float: right; }
#mod_photo_viewer .photo_area_border { padding: 2px; border: 1px solid #e0e0e2; }
#mod_photo_viewer .photo_area_border .photo_area { padding: 5px 0; background: #e0e0e2 url(/cms/images/icons/loading.gif) 50% 40% no-repeat; }
#mod_photo_viewer .photo_area_border .photo_area .img_area { margin: 0 auto; border: 1px solid #e9e5cf; background: #fff; position: relative; }
#mod_photo_viewer .photo_area_border .photo_area #photo_left { position: absolute; top: 45%; left: -1px; z-index: 20; cursor: pointer; }
#mod_photo_viewer .photo_area_border .photo_area #photo_right { position: absolute; top: 45%; right: -1px; z-index: 20; cursor: pointer; }
#mod_photo_viewer .photo_area_border .photo_area .main_img { position: relative; z-index: 10; }
#mod_photo_viewer .photo_area_border .photo_area .photo_caption { margin: 3px auto; font-size: 10px; color: #666; }
#mod_photo_viewer .photo_area_border .photo_area .photo_desc { width: 570px; margin: 3px auto; }

.invisibile {visibility:hidden;}

.galleryListingWrpr {margin-bottom:15px;}
.galleryListingMargin {margin:0px;}
.galleryListingItemWrpr {margin-bottom:20px;}
.galleryListingItemImageWrpr {float:left;text-align:center;}
.galleryListingItemImageLink {}
.galleryListingItemImageTextLink {}
.galleryListingItemDesc {margin-left:125px;}
.galleryListingItemDescViewLink {}

.GalleryNavigationThumb {width:100%; height: 127px; background-repeat: no-repeat; background-position: center; }
a.activeSlide { }

.photoGalleryWrpr {
position:relative;
margin-bottom: 15px;
}
.photoGalleryWrpr h2 {}
.photoGalleryWrpr .photo_toolbar {
height:20px;
}
.photoGalleryWrpr a.photo_goback, 
#mod_photo_viewer a.photo_goback:link,
#mod_photo_viewer a.photo_goback:visited {
	margin-top:10px;
	display:inline-block;
}

@media only screen and (min-width:48em){
	.photoGalleryWrpr a.photo_goback, 
	#mod_photo_viewer a.photo_goback:link,
	#mod_photo_viewer a.photo_goback:visited {
		float:right;
		margin-top:10px;
	}	
}

.photoGalleryWrpr .photo_toolbar a.photo_email, #mod_photo_viewer .photo_toolbar a.photo_email:link, #mod_photo_viewer .photo_toolbar a.photo_email:visited {
background:url("/cms/images/gallery/icon_email_to.gif") no-repeat scroll 0 0 transparent;
color:#585858;
display:block;
float:right;
padding-left:19px;
text-decoration:none;
}
.photoGalleryCycleWrpr {
background:url("/cms/images/gallery/loading.gif") no-repeat scroll 50% 40% transparent;
padding:0;
position:relative;
width:100% !important;
z-index:10;
}
.photoGalleryPhotoCountWrpr {
position:relative;
}
.photoGalleryPhotoCount {
text-align:right;
margin:0 0 10px 0;
font-size:12px;
}
.photoGalleryCounter {
}
.photoGalleryBorder {
border:1px solid #E0E0E2;
padding:2px;
position:relative;
}
.photoGalleryCycleItem {
width:100%;
}
.photoGalleryCyclePhotoWrpr {
background:#FFF;
-moz-box-shadow: 0px 0px 4px #AAA; 
-webkit-box-shadow: 0px 0px 4px #AAA; 
box-shadow: 0px 0px 4px #AAA; 
margin:0 0 10px 0;
padding:0;
position:relative;
text-align:center;
width:100%;
}
.photoGalleryNavLeft {
cursor:pointer;
height:80px;
left:0;
position:absolute;
top:155px;
z-index:20;
}
.photoGalleryNavRight {
cursor:pointer;
height:80px;
position:absolute;
right:0;
top:155px;
z-index:20;
}
.photoGalleryPhoto {
}
.photoGalleryCaption {
color:#666;
font-size:10px;
margin:3px auto;
}
.photoGalleryDesc {
}
.photoGalleryThumb {
border-style:none;
height:127px;
width:191px;
}
.photoGalleryPhotoNavHoriz {
background:#FFF;
-moz-box-shadow: 0px 0px 4px #AAA; 
-webkit-box-shadow: 0px 0px 4px #AAA; 
box-shadow: 0px 0px 4px #AAA; 
height:1%;
margin-bottom:30px !important;
overflow:hidden;
position:relative;
width:100%;
}
.photoGalleryPhotoNavHoriz li {
float:left;
list-style:none outside none;
margin:1%;
padding:0;
width:22%;
}
.photoGalleryPhotoNavHoriz a.prevPage {
/*background:url("/cms/images/gallery/thumbs_arrow_back.gif") no-repeat scroll 0 0 transparent;*/
cursor:pointer;
display:block;
float:left;
height:1px;
text-decoration:none;
width:1px;
}
.photoGalleryPhotoNavHoriz a.nextPage {
/*background:url("/cms/images/gallery/thumbs_arrow_next.gif") no-repeat scroll 0 0 transparent;*/
cursor:pointer;
display:block;
float:right;
height:1px;
text-decoration:none;
width:1px;
}
.photoGalleryPhotoNavHoriz a.disabled {
background-position:0 -62px;
}
.photoGalleryPhotoNavHoriz li a {
border:3px solid #FFF;
display:block;
text-align:center;
}
.photoGalleryPhotoNavHoriz a.activeSlide {
border:3px solid #46472A;
}
.photoGalleryPhotoNavHoriz a.activeSlide img {
cursor:default;
}
.photoGalleryPhotoNavHoriz a:focus {
outline:medium none;
}
.photoGalleryPhotoNavHoriz img {
}
.photoGalleryPhotoNavHoriz .scrollable ul {
margin:0;
padding:0;
}
.photoGalleryPhotoNavHoriz .scrollable .items {
cursor:pointer;
float:left;
height:62px;
margin:0;
padding:0;
vertical-align:middle;
width:82px;
}
.photoGalleryCycleCredits {
font-size:11px;
font-style:italic;
margin:0 0 8px 30px;
width:500px;
}
.photoGalleryCycleDesc {
margin:0 0 0 30px;
}
.photoGalleryPhotoNavHoriz .scrollable {
float:left;
height:145px;
margin:12px 12px 4px 12px;
overflow:hidden;
position:relative;
width:100%;
}
.photoGalleryPhotoNavHoriz .scrollable .items {
position:absolute;
width:100%;
}
.photoGalleryPhotoNavHoriz .scrollable .items div {
float:left;
}
.photoGalleryPhotoNavHoriz .navi {
width: 100%;
text-align: center;
}
.photoGalleryPhotoNavHoriz .navi a {
background:url("/cms/images/gallery/navigator.gif") no-repeat scroll 0 0 transparent;
cursor:pointer;
display:inline-block;
font-size:1px;
height:8px;
margin:3px;
width:8px;
}
.photoGalleryPhotoNavHoriz .navi a:hover {
background-position:0 -8px;
}
.photoGalleryPhotoNavHoriz .navi a.active {
background-position:0 -16px;
cursor:default;
}



/* responsive video styling in case it was not included in styles */
.video-wrapper {position:relative;padding-bottom:56.25%;padding-top:25px;height:0;margin:0 0 30px}
.video-wrapper iframe {position:absolute;top:0;left:0;width:100%;height:100%}



/* video player */

.video-module {}
.video-module .video-module-stage { border-bottom:1px solid #ccc; margin:0 0 20px; padding:0;}
.video-module .video-module-player {}
.video-module .video-module-player .video-wrapper {margin:0 0 20px;}
.video-module .video-module-details {}
.video-module .video-module-details h2 {}
.video-module .video-module-details p {}
.video-module .video-module-details .video-date {}

.video-module .video-filters {background:#ccc; padding:15px 5px; }
.video-module .video-filters label {display:block; font-weight:bold; margin:0 0 5px;}
.video-module .video-filters select {width:100%; display:block; padding:8px; border:1px solid #ccc;}
.video-module .video-filters .video-search {}
.video-module .video-filters .video-search .inner {position:relative;}
.video-module .video-filters .video-search input {width:100%; display:block; padding:8px; border:1px solid #ccc;}
.video-module .video-filters .video-search .search-button {position:absolute; right:0; top:0; height:100%; width:40px; text-align:center; padding:0;}
.video-module .video-filters .video-search .search-button svg {position:absolute; top:50%; width:20px; height:20px; left:50%; margin-left:-10px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);}

.video-module .video-module-listing {}
.video-module .video-module-listing .video-breadcrumbs {background:#ddd; margin:0 0 20px; padding:10px 15px; font-size:.875em;}
.video-module .video-module-listing .video-breadcrumbs .viewing {}
.video-module .video-module-listing .video-breadcrumbs .active {font-weight:bold;}

.video-module .video-list {}
.video-module .video-list .video-block {cursor:pointer; background-color:#ddd; background-repeat:no-repeat; background-size:cover; background-position:50% 50%; width:100%; max-width:300px; height:200px; margin:0 auto 20px; border:2px solid #ddd; position:relative;}
.video-module .video-list .video-block a { width: 100%; height: 100%; display: block; text-align: center; }
.video-module .video-list .video-block img {display:none;}
.video-module .video-list .video-block .video-title {background:#ddd; text-align:center; position:absolute; bottom:0; left:0; width:100%; padding:10px; font-size:.813em; font-weight:bold;}
.video-module .video-list .video-block .video-overlay {position:absolute; top:0; left:0; width:100%; padding:10px; text-align:center; text-transform:uppercase; background:#ac2b28; font-weight:bold; font-size:.813em; color:#fff;}

.video-module .video-module-paging {background:#ddd; padding:10px 5px;}
.video-module .video-module-paging .video-pager-status {display:inline-block; font-size:.875em; padding:5px 0 0 0;}
.video-module .video-module-paging .video-pager {display:inline-block; font-size:.875em;}
.video-module .video-module-paging .video-pager ul {padding:0; margin:0; list-style-type:none;}
.video-module .video-module-paging .video-pager ul li {display:inline-block; cursor:pointer; padding:5px 10px;  position:relative; margin:0 2px;}
.video-module .video-module-paging .video-pager ul li.pgEmpty {display:none;}
.video-module .video-module-paging .video-pager ul li.page-number {background:#ccc; border:1px solid #bbb; }
.video-module .video-module-paging .video-pager ul li.pgCurrent {cursor:default; background:#bbb;}
.video-module .video-module-paging .video-pager ul li.pgNext:after {content:''; position:absolute; left:50%; margin-left:-4px; border-style:solid; border-color:transparent transparent transparent #444; border-width:8px 0 8px 9px;}
.video-module .video-module-paging .video-pager ul li.pgPrev:after {content:''; position:absolute; right:50%; margin-right:-4px; border-style:solid; border-color:transparent #444 transparent transparent; border-width:8px 9px 8px 0;}
.video-module .social-buttons {margin:0 0 1rem 0;}

.video-module-stage .grid-7 {min-height:1px;}

/* end video player */



/* slideshow module */

.slideshow {float:left; display:block; position:relative; width:974px; height:311px; margin: 12px 0px 25px 12px; vertical-align:top; border: 8px solid #d9e3ee; background:#fafafa;}
.slide {width:974px; height:311px; background:transparent !important; position:relative; overflow:hidden;}
.slide>div img {width:471px; height:311px;}
.slide>div>a {display:block; float:left; width:471px; height:311px;}

.superTxt {position:relative; display:block; float:right; width:460px; margin:10px 20px 10px 0;}
.superTxt h1 {font-size:24px; font-weight:normal; color:#767676; line-height:18px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.superTxt p {line-height:18px; font-size:13px; margin: 0px 0px 7px 0px;}
.superTxt a {color:#4a6a7f;}

.home_top_photo_controls {display:block; z-index:100; min-width:160px; padding-top:0px; text-align:right; margin-top:16px;}

.homeSSWNavWrap {display:inline-block; vertical-align:bottom; text-align:center; height:8px; overflow:hidden;}
.homeSSWNav {display:inline-block; float:right;}
.homeSSWNav a {display:block; float:left; margin-left:1px; margin-right:1px; width:10px; height:8px; background:url('/cms/images/layout/homeSSWNavButton.gif') repeat-y 0 0 transparent scroll; overflow:hidden;}
.homeSSWNav a.activeSlide, .homeSSWNav a:hover {background-position:0 8px;}

.colorBG , .colorBG a{font-weight:bold; font-size:14px; color:#333; }

/* end slideshow module */

.header-slideshow {
	width:1138px;
	height:270px;
	overflow:hidden;
}

.header-slideshow .slideshow {
	float: none;
    width: 100%;
    height: 270px;
    margin: 0;
    border: none;
	background: #112e51 url(/assets/1/15/SlideShowDimensionMain/main-banner2_optimized.jpg) no-repeat;
}

.header-slideshow .slide {
    width: 100%;
    height: 270px;
}

.header-slideshow .slide > div img {
    width: 100%;
    height: 270px;
}

.header-slideshow .slide > div > a {
    float: none;
    width: 100%;
    height: 270px;
}

.header-slideshow .home_top_photo_controls,
.header-slideshow .superTxt {
	display:none;
}


.cpp_tab_wrap {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
}

.cpp_tab_wrap a {
	background:#7a032a;
	color:#fff;
 	padding:10px 15px; 
	text-decoration:none;
    display: flex;           
    align-items: center;     
    justify-content: center; 
    flex-grow: 1;
	margin:0 1% 10px 0;
	widtH:48%;
	text-align:center;
}

@media only screen and (min-width:64em){
	.cpp_tab_wrap a {
		margin:0 1% 10px 0;
		widtH:19%;
	}
}

.cpp_controls {
	text-align:right;
}

.cpp_controls a {
	background:#112e51;
	color:#fff;
 	padding:7px 12px; 
	text-decoration:none;
    display: inline-block;               
	text-align:center;
	margin:0 5px 10px 0;
}	

.cpp_controls a:hover,
.cpp_controls a:focus,
.cpp_tab_wrap a:hover,
.cpp_tab_wrap a:focus {
	background:#887516;
	color:#000;
}


.session {
    display: block;
    text-align:right;
    padding: 10px 0px;
	font-size:13px; 
	color:#666;
}

#popupdiv {
	display: none;
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #DFF4FF; 
	padding: 15px; 
	border: 2px solid;
	border-radius: 25px; 
	margin: 0px auto;
	width:600px;
	max-width:80%;
}

.txtlimitbx {
    background-color: #dc0707;
}
.txtlimitbx2 {
    background-color: #fdfbbe;
}

.txtlimitbx img,
.txtlimitbx2 img {height:5px !important;}

.textarea-wrapper table {width:100%;}
.textarea-wrapper table textarea {width:100% !important;margin:0;}

.table13class + label {display:inline-block !important;}

.otherText {width:70% !important; margin-left:20px;}


.application {margin:0 -10px 2rem -10px !important;}
.application .data-table input {margin-bottom:0 !important;}

.application td {
	vertical-align: top;
}

.application input[type="radio"], 
.application input[type="checkbox"] {
	width: 20px;
}

.controltovalidateerror {border-color: #ff0000 !important;}

.application h4 {margin-bottom:0px;}
.application table.support input[type="radio"] {float:left;} 
.application table.support p {float:left; padding:0px; margin:0px;} 
.required {
	color: #df6161;
	font-weight:bold;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.account-login {
	max-width:90%;
	width:400px;
}

.login_forgot_password {
	padding-top: 5px;
	display: block;
	font-size: 0.9rem;
}

.checkBox +  label {display:inline-block !important;}


.sitemap table {
    width: 100%;
	background:#80031d;
	table-layout:fixed;
}

.sitemap table td {
    border: 10px solid #fff;
    display: block;
    padding: 30px;
    vertical-align: top;
}

.sitemap table a {color:#fff;}



.school-project-list{margin: 25px 0;}

@media only screen and (min-width:48em){
	.sitemap table td {
		display: table-cell;
	}
}

.contact-form input:not([type="submit"]),
.contact-form textarea {width:100% !important;}

.contact-form .formee {
	background:#80031d;
	padding:1rem;
	color:#fff;
	border-radius:10px;
}

.contact-form .formee-lbl,
.contact-form .formee label, 
.contact-form .formee legend {
	color:#fff;
}

.contact-form .fieldreq {
	background:transparent url(/cms/images/global/field-alt.gif) no-repeat center center;
}

.contact-form .fielderror,
.contact-form .fielderror .formee-lbl,
.contact-form .fielderror label {
	color:#e66c6c !important;
}

.portlet-content {min-height:100px;}

.form-margin {margin:0 0 1.5rem 0;}

.topOfPage, .top-of-page {text-align:right;}
.topOfPage a, .top-of-page a {background:transparent url(/cms/images/arrow.gif) no-repeat 100% 50%; padding-right:13px;}

.box {
	border-radius:10px;
	-webkit-box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.75);	
	margin:0 0 1rem 0;
	text-align:center;
}

.box .title {
	color:#fff;
	padding:10px 1rem;
	background:#80031d;
	text-transform:uppercase;
	font-size:16px;
	margin:0;
}

.box .title a {
	color:#fff;
}

.box .title a:hover,
.box .title a:focus {
	text-decoration:underline;
}

.box .content {
	padding:1rem;
}

.box .btn {
	margin-top:5px;
}

.box.theme1 {
	padding:1rem;
	text-align:left;
}

.home-main .table-col {
	padding:10px;
}

.home-main .box {
	min-width:220px;
	max-width:300px;
	margin:0 auto;
}

.lapel-pin {
	max-width:250px;
	margin:0 auto;
}

.lapel-pin a {
	text-decoration:none;
	color:#80031d;
	font-size:20px;
}

.lapel-pin img {
	margin-top:10px;
	width:200px;
}

@media only screen and (min-width:600px) and (max-width:59.9em) {
	.table-col:nth-child(1) {width:40%; display:inline-block; vertical-align:top;}
	.table-col:nth-child(2) {width:58%; display:inline-block; vertical-align:top;}
	.table-col:nth-child(3) {width:100%; display:inline-block; vertical-align:top;}

}

@media only screen and (min-width:48em){
	.home-main .table-col {padding:2rem 1.5rem;}
}

@media only screen and (min-width:60em){
	.home-main .table-col:nth-child(2) {width:50%;}	
}

.blue-bar {
	background:#112e51;
	padding:2rem;
	text-align:center;
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;	
}

.blue-bar-box {
	vertical-align:top;
	background:#fff;
	padding:10px;
	text-align:center;
	border-radius:20px;
	margin:10px;
	display:block;
	position:relative;
	width:100%;
}

.blue-bar-box img {
	display:block;
	margin:10px auto;
}

.blue-bar-box a {display:block;}

@media only screen and (min-width:34em){
	.blue-bar-box {
		width:45%;
	}
}

@media only screen and (min-width:48em){
	.blue-bar-box {
		width:30%;
		display:inline-block;
		padding-bottom:36px;
	}
	
	.blue-bar-box .more {
		position:absolute;
		bottom:1rem;
		left:0;
		right:0;
		margin:0 auto;
	}
}


/* Homepage Map */

.stateTip { position:absolute; z-index:9999999; display:none; padding:10px; width:240px; background:#fff; box-shadow:0 0 3px #333;}
.small-map-state { font-size:1.3em; font-weight:bold; margin-bottom:5px; padding-bottom:5px; border-bottom:1px solid #ccc; }
.stateTip a {text-decoration:none; font-size:1.1em; padding:0; }
.stateTip a:hover {text-decoration:underline; }

.home-map {position: relative; margin-bottom: -100px; /*negative margin to make up for pushing Alaska up over the top margin*/}
.usmap {min-height: 400px}

#us-map{display: block;width: 100%;height: 100%;position: absolute; left: 0; top:0;}
#us-map a {text-decoration: none; outline:0 !important;}
#us-map a path { fill: #165671 !important;}
#us-map a .state-label path { fill: #000 !important;}
#us-map a:hover path, 
#us-map a:focus path,
#us-map a:hover circle,
#us-map a:focus circle{/*stroke: #002868 !important;stroke-width:2px;stroke-linejoin: round;*/fill: #80031D !important;cursor: pointer;}
#us-map a:focus { outline: 1px solid #80031d; }
#us-map #labels {fill: #fff;}
#us-map a .state-popup,
#us-map a .popup-bg {visibility: hidden;}
#us-map a.clicked .state-popup,
#us-map a.clicked .popup-bg {visibility: visible}
.state-popup {width: 100px; height: auto; padding: 5px;}
.state-popup .state-name {font-weight: bold;}

.popup-bg {fill: #fff; stroke: #ccc;}
.popup-bg.popup-div {stroke: #165671; outline: none;}

 
 .state-details {transform: matrix(1.25, 0, 0, 1.25, 850, 50);}
 #territories .state-details {transform: matrix(1, 0, 0, 1, 710, -60);}
 .text-label text {font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 15px;}
  .text-label.white {fill: #fff}

.state-button {width: 35px; height: 25px;}
.state-button rect {fill: #165671; stroke: #000; }
.state-button text {font-family:Trebuchet MS, Arial, Helvetica, sans-serif; fill: #fff;}
.state-button:hover rect, 
.state-button:focus rect{fill: #80031D !important;}

#INT-state rect {fill: #165671; stroke: #000; }
#INT-state text {fill: #fff;}
#INT-link:hover rect, 
#INT-link:focus rect {fill: #80031D !important;}
#INT-state .popup-bg,
#INT-link:hover .popup-bg,
#INT-link:focus .popup-bg {fill: #fff !important; stroke: #ccc;}
#INT-state .popup-bg.popup-div {stroke: #165671; outline: none;}
#INT-state .state-details text {fill: #000;}

#us-map a.link:hover rect,
#us-map a.link:focus rect {fill: #80031D}  

  /*specific minheights because of abs positioning, which is needed for ie11*/
  @media (min-width: 30em) {
	 .home-map {margin-bottom: -150px}
	.usmap {min-height: 500px;}
  }
  @media (min-width: 35em) {
	.usmap {min-height: 700px}
  }  
  @media (min-width: 48em) {
	 .usmap {min-height: 800px}
	.usmap  {margin-bottom: -200px;}
  }
  @media (min-width: 60em) {
	 .usmap {min-height: 900px}
	.usmap  {margin-bottom: -250px;}
  }
  @media (min-width: 68.750em) {
	   .usmap {min-height: 1020px}
  }

/* ADMIN buttons fix, module with no height */

.modulePanel a, .modulePanel a:link, .modulePanel a:visited {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.overlayModulesWrprBrdr div.modulePanel {
	margin-right:7px;
}

.portlet-content-overlay {min-height:40px;}

#table-flag-seal-branding {table-layout:fixed;}
#table-flag-seal-branding img {height:230px !important;}
@media only screen and (min-width:48em){
	#table-flag-seal-branding td {width:33%;}	
}


.hdng {
	background: #3d5263;
	padding: 6px 10px;
	color:#fff;
	margin:0 0 1rem 0;
	font-size:20px;
	font-weight:normal;
}


.hdng-gold,
a.hdng-gold {
	display:block; 
	margin:0 0 1rem 0;
	font-size:20px;
	text-decoration:none;
	padding:10px;
	border-radius:10px;
	text-align:center;
	color:#fff;
	background:#887516;
	line-height:normal;
}

a.hdng-gold:hover,
a.hdng-gold:focus {
	background:#80031d;
}

.hdng-red {
	display:block; 
	margin:0 0 1rem 0;
	font-size:20px;
	text-decoration:none;
	padding:6px 10px;
	color:#fff;
	background:#80031d;
	font-weight:normal;
}

.hdng-gold.small {
	
}

.flex > div {
	margin:0 0 1rem 0;
}

@media only screen and (min-width:48em){
	.flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;
		width: 100%;
		justify-content: center;				
	}
	
	.flex > div {
		width:49%;
		margin:0 1% 1.5rem 1%;
	}	

	.flex.flex-2 > div {
		width:49%;
	}

	.flex.flex-2 > div:nth-child(2n+1) {
		margin-left:0;
	}

	.flex.flex-2 > div:nth-child(2n) {
		margin-right:0;
	}

	.flex.flex-3 > div {
		width:32%;
	}

	.flex.flex-3 > div:nth-child(3n+1) {
		margin-left:0;
	}

	.flex.flex-3 > div:nth-child(3n) {
		margin-right:0;
	}	

	.flex.flex-4 > div {
		width:23.5%;
	}

	.flex.flex-4 > div:nth-child(4n+1) {
		margin-left:0;
	}

	.flex.flex-4 > div:nth-child(4n) {
		margin-right:0;
	}
	
}

.one-column {padding:0 1rem;}

/* Medal of Honor - moh */

@media only screen and (min-width:48em){
	.moh-filter .btn {margin-top:32px;}
}

.moh-module .box {
	text-align:left;
}

.moh-module .box .title {
	border-bottom:7px solid #887516;
	margin:0;
}

.moh-module td {
	padding:10px;
	vertical-align:top;
}

.moh-module table td:first-child {
	min-width:100px;
}

@media only screen and (max-width:600px){
	.moh-module table,
	.moh-module table thead,
	.moh-module table tbody,
	.moh-module table tr,
	.moh-module table td {
		display:block;
		width:100%;
	}
	
	.moh-module table td:first-child {
		text-align:center;
	}
	
	.moh-details table td {
		padding-left:0;
	}
}

@media only screen and (min-width:64em){
	.moh-module table td:first-child {
		width:200px;
	}
}

.moh-details .back-link {
	float:right;
	margin-top:5px;
}

.moh-details table {
	margin-bottom:1rem;
}

.moh-details table td:first-child {
	padding-left:0;
}

/* Timeline */

.timeline-filter input {margin-bottom:0 !important;}

.timeline-list-module .box a {
	text-decoration:none;
	color:#fff;
}

.timeline-list-module .box a:hover,
.timeline-list-module .box a:focus {
	text-decoration:underline;
}

.footer-note {
	padding-top:1rem;
	margin-top:1rem;
	border-top:1px solid #ccc;
	font-size:12px;
}

.timeline-details .image {
	text-align:center;
	margin-bottom:1rem;
}

.timeline-details-heading {
	text-align:left;
}

.timeline-filter .date-picker-timeline{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.timeline-filter [class*="grid-"]{padding: 5px 10px;}
.timeline-filter .date-picker-timeline label{padding-right: 10px;}

@media only screen and (min-width:48em){
	.timeline-details-heading h1 {
		font-size:2.3rem;
	}
}

@media only screen and (min-width:48em){
	.timeline-details {display:table;width:100%;}
	.timeline-details > div {display:table-cell; vertical-align:top;}
	.timeline-details .image {width:380px; max-width: 380px;padding-right:20px;}
	
}

@media only screen and (min-width: 60em){

  .timeline-filter .date-picker-timeline span{width: 100%;}
  .timeline-filter .date-picker-timeline span table{width: 100%}
  .timeline-filter .date-picker-timeline table input{ width: 100%!important;}
  .timeline-filter .date-picker-timeline table img{width: 30px;}
}

.additional-member-block {
	margin:20px 0;
}

.radio-btn-table-wrapper td {
	padding:0;
	white-space:nowrap;
}

/* tab setup */
.tabModule {margin:0; padding-top:0px;}

.tabModule .tabdiv {padding:0; border:2px solid #00659C; border-top-width:6px; min-height:1px;}
.tabModule .tabsRow {}

.tabnav {margin:0; padding:0;}
.tabnav li {float:left; display:inline; margin-right:1px; list-style-type:none;}

.tabnav li a,
.tabnav li a:link,
.tabnav li a:visited {float:left; display:inline; padding:5px 7px; text-align:center; text-decoration:none; font-size:.9em; color:#666; background:url(/cms/images/admin/tab_off.gif); border:1px solid #808080; border-bottom-width:0;}

.tabnav li a:hover {color:#333;background:url(/cms/images/admin/tab_on.gif);border-color:#505050;}

.tabnav li.ui-tabs-selected a,
.tabnav li.ui-tabs-selected a:link,
.tabnav li.ui-tabs-selected a:visited {color:#fff;margin-top:0; background:#01679A url(/cms/images/admin/table_header.gif) repeat-x;border-bottom-width:0;border-color:#00659C;}

.ui-tabs-hide {display: none;}

/* cms tab setup */
.CMSTabs {margin:0; padding-top:0px; background:none;}

.CMSTabs .tabdiv {margin-bottom:10px; padding:0; background:#fff; border:2px solid #00659C; border-top-width:6px; min-height:1px;}
.tabdivwithoutborder {margin-bottom:10px; padding:0; border-top:2px solid #00659C; border-top-width:6px; min-height:1px;}
.CMSTabs .tabsRow {white-space:nowrap;}

.CMSTabs .tabnav {margin:0; padding:0; white-space:nowrap;}
.CMSTabs .tabnav li {float:left; display:inline; margin-right:1px; list-style-type:none;}

.CMSTabs .tabnav li a,
.CMSTabs .tabnav li a:link,
.CMSTabs .tabnav li a:visited {float:left; display:inline; height:auto; padding:5px 7px 6px 7px; text-align:center; text-decoration:none; font-size:11px; font-family: Arial,Verdana,Geneva,sans-serif; color:#333; background:#d5d5d5 url(/cms/images/admin/tab-sprite.gif) repeat-x right 0; border:1px solid #808080; border-bottom-width:0;}

.CMSTabs .tabnav li a:hover {color:#fff; background-position:right -30px; border-color:#505050;}

.CMSTabs .tabnav li.ui-tabs-disabled a,
.CMSTabs .tabnav li.ui-tabs-disabled a:link,
.CMSTabs .tabnav li.ui-tabs-disabled a:hover { color:#666; background-position:right 0; cursor: default; border:1px solid #808080; border-bottom-width:0; }

.CMSTabs .tabnav li.ui-tabs-selected a,
.CMSTabs .tabnav li.ui-tabs-selected a:link,
.CMSTabs .tabnav li.ui-tabs-selected a:visited {color:#fff; margin-top:0; background-position:right -30px; border-bottom-width:0; border-color:#00659C;}

.CMSTabs .tabnav li.ui-tabs-complete a,
.CMSTabs .tabnav li.ui-tabs-complete a:link,
.CMSTabs .tabnav li.ui-tabs-complete a:visited {color:#666; margin-top:0; padding-right:25px; background-position:right -60px; border-bottom-width:0; border-color:#aaa;}

.CMSTabs .tabnav li.ui-tabs-complete-on a,
.CMSTabs .tabnav li.ui-tabs-complete-on a:link,
.CMSTabs .tabnav li.ui-tabs-complete-on a:visited {color:#fff; margin-top:0; padding-right:25px; background-position:right -90px; border-bottom-width:0; border-color:#00659C;}


.spacer {display:block; clear:both; line-height:0; height:0; margin:0; padding:0; overflow:hidden; font-size:.01em;}

.AETabHeader
{
	padding:8px;
    background:url(/cms/images/admin/info_bg.gif) #FFE7A2 repeat-x;
    border-bottom:solid 2px #FFBE6B;
    line-height:1.4em;
    font-size:11px;
}

html .cke_skin_kama {max-width:100% !important;}
.gm-err-autocomplete {
	background-repeat:no-repeat !important;
	background-size: auto 100% !important;
}

.pagination {
	padding:0; 
	margin:0 0 1rem 0;
	list-style-type:none;
}

.pagination li {
	display:inline-block;
	padding:0 1px;
	
}

.pagination li a {
	font-size:1.5rem;
	display:inline-block;
	padding:1px 6px; 
	background:#0072b9;
	color:#fff;
	text-decoration:none;
	margin:3px 0;
}

.pagination li a:hover,
.pagination li a:focus {
	background:#981b1e;
}

.pagination + .block .responsive-table td {
	border:1px solid #ccc;
}

span.mailto {
    background: url(/cms/images/extlink_s.png) -20px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
}

.memberLogon {
	text-align:center;
}

.memberLogon .box {
	margin:0 auto;
}

.btn-row {
	text-align:center;
}

a [style],
a span [style] {
   color:#0072b9 !important;
}
a.hdng-gold > span > span {
    color: #fff !important;
}

.category-header {margin-top:20px;}
.question {
	font-weight:bold;
}

.question a {text-decoration:none; font-weight:bold;}
.question a:hover,
.question a:focus {color:#000;}

.primary-resources .inner-accordion{margin: 0 0 25px 0;}
.primary-resources .inner-accordion h3{margin-bottom: 10px;}
.primary-resources .inner-accordion div{margin-left: 10px;}
.primary-resources.ui-accordion .ui-accordion-header{border:1px solid #887516; margin-bottom: 0;}
.primary-resources.ui-accordion .ui-accordion-header.ui-state-active{border-bottom:0}
.primary-resources.ui-accordion .ui-accordion-content{border:1px solid #887516; border-top: 0;}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 4px;
    padding: .5em .5em .5em 2em;
    min-height: 0;
	border: 1px solid #d3d3d3;
	font-weight: 400;
}    

.ui-accordion .ui-accordion-content {
    overflow: auto;
    padding:1em;
	border: 1px solid #d3d3d3;
	border-top:none;
	width:100% !important;
}

.ui-icon {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-icon {
    background-image: url(/cms/images/ui-icons_222222_256x240.png);
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}


/*** RESPONSIVE TABS ***/
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}


/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-1px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	border:1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-5px;
	margin:0 0 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {position:absolute; content:''; right:10px; top:15px; border-top:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {border-top:0px; border-bottom:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

.toggle-text {
	float:right;
	border-style:none;
	background:#303392;
	color:#fff;
	font-size:14px;
	margin-top:15px;
	margin-right:100px;
	margin-bottom:30px;
	padding:5px 15px;
	border-radius:5px;
}
.toggle-text:before {
	content: "More";
}

.toggle-text.active:before {
	content: "Less";
}

.more-text {display:none;}


.box-list {
	margin:0;
	padding:0;
	list-style-type:none;
}

.box-list li {
	background:#112e51;
	padding:20px;
	border-radius:10px;
	color:#fff;
	margin-bottom:20px;
	clear:both;
}

.box-list li a {
	color:#fff;
	clear:both;
}

.box-list li a span {
	text-decoration:none;
}

.box-list li a:hover,
.box-list li a:focus,
.box-list li a:active,
.box-list li a:hover span,
.box-list li a:focus span,
.box-list li a:active span {
	outline: 0 !important;
}

.box-list li a:hover span.h2,
.box-list li a:focus span.h2,
.box-list li a:active span.h2 {
	text-decoration:underline;
	outline: 0 !important;
}

.box-list li img {
	width:120px;
	border-radius:10px;
	background:#fff;
	margin-bottom:20px;
}

.box-list li span {
	display:block;
}

@media only screen and (min-width:48em){
	.box-list li img {
		margin-right:20px;
		margin-bottom:0px;
		float:left;
	}	
}


.newsModuleWrpr .item-list figcaption {
	display:none;
}

.newsModuleWrpr .dateStamp,
.newsModuleWrpr .date {
	font-family: Verdana, Geneva, sans-serif;
	color:#666;
	display:inline-block;
	margin-bottom:7px;
}

.newsModuleWrpr .item-list .aside img {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding:5px 0;
}

#minutes-table {
	border:1px solid #ddd;
	width:auto;
	margin:0 auto;
}

#minutes-table h3 {
	margin:0;
}

#minutes-table th {
	text-align:left;
}

#minutes-table tr {
	border-bottom:1px solid #ddd;
}

#minutes-table td {
	width:50%;
	padding:6px 20px;
}

#advisory-committee-table td {
	text-align:center;
	padding:20px;
}

#advisory-committee-table td img {
	display:none;
	margin:0 auto 20px auto;
	height:150px !important;
}


#transcripts-table td {
	padding:30px 10px;
}

#transcripts-table img {
	margin-bottom:10px;
}

#transcripts-table a {
	display:inline-block;	
}

#cpevents-table {
	width:100%;
	table-layout: auto !important;
}

#submit-event-table tr {
	position:relative;
}

#submit-event-table td {
	vertical-align:middle;
   	position: relative;
}

tr.strikeout td:before {
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
	border-bottom: 2px solid #111;
	width: 100%;
}

tr.strikeout td:after {
	content: "\00B7";
	font-size: 1px;
	position:absolute;
}

.Info-wrapper {margin-bottom:2rem;}

.dpk {
	width:120px !important;
}

.readOnlyOverlay {
	position: absolute;
	background-color: #666;
	opacity: 0.3;
	filter: alpha(opacity=30);
	padding: 0pt !IMPORTANT;
	margin: 0pt !IMPORTANT;
}

.required-note {}

.example-text {
	font-style:italic;
	font-size:14px;
	color:#6a654c;
}

main {display:block;}

#history-table {
	table-layout: auto !important;	
}

#history-table tr {
    border-top: 5px solid #ddd;
}

#history-table td {
	padding:10px 20px;
}

#history-table td:first-child {
	text-align:center;
}

#history-table td:nth-child(2) {
	white-space:nowrap;
	text-align:center;
}

.historymodified-table#history-table td:nth-child(2){
    width: 25%;
    white-space:unset;
}

#history-table td:nth-child(2) a {
	display:block;
} 

@media only screen and (min-width:48em){
	#history-table td:first-child {
		width:90px;
	}
	
	#history-table td {
		padding:20px 20px;
	}

}